home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / msdos / s3tool10.zip / S11.DOC < prev    next >
Text File  |  1993-06-29  |  2KB  |  56 lines

  1. Program:        S3's Sloppy Directory Program (S.EXE)
  2. Version:        1.1
  3. Author:         George Spafford
  4. Date:           06/29/93
  5. Copyright:      George Spafford 1993 All Rights Reserved
  6.  
  7. Purpose:
  8.  
  9. To create a simple replacement for the DOS DIR command that sorts files
  10. alphabetically, gets more than one line on the screen, and identifies
  11. attributes.
  12.  
  13. Install:
  14.  
  15. Place S.EXE in a directory that is in your PATH statement.
  16.  
  17. Procedure:
  18.  
  19. S.EXE's usage is simple:    S.EXE spec
  20.  
  21.         spec    This is a file specification for S.EXE to list.
  22.                 For example:    S *.doc
  23.                                 S C:\DOS\*.*
  24.                                 S C:\
  25.                                 
  26. The program will list the matching files.  To interrupt the listing, press
  27. ESC to exit to DOS.
  28.  
  29. HISTORY:
  30.  
  31. v1.10   06/29/93
  32.         
  33.         I noticed an error when I filesize was exactly 1024^2, S v1.0
  34.         did not convert it to MB terms as it should have.
  35.         
  36. v1.00   06/22/93
  37.  
  38.         Initial Release
  39.        
  40.  
  41. Note:
  42.  
  43. The S directory program can be freely used and distributed for personal use.  
  44. The author retains all rights to the S.EXE program.  The S program can not be 
  45. sold by itself or with another program without a prior arrangement with the 
  46. author.  Shareware catalogs, CD-ROMs, etc can distribute the S package.
  47.  
  48.         George Spafford
  49.         3003 Lakeshore Drive #216
  50.         Saint Joseph, MI 49085
  51.         
  52. Since this program is free for you to personally use, there are no warranties
  53. or guarantees of any kind.  In no event shall the author be liable for any form
  54. of damages arising out of the use, or the inability to use, this program or its
  55. associated documentation.
  56.